-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try windows test workflow #440
Conversation
Click here to view all benchmarks. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #440 +/- ##
==========================================
- Coverage 93.29% 93.26% -0.04%
==========================================
Files 47 47
Lines 2044 2034 -10
==========================================
- Hits 1907 1897 -10
Misses 137 137 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
Now that we don't depend on healpy, everything should run well on Windows. This adds a test to confirm that.
Modifies tests to not be posix-specific, and removes now-dead
pixel_catalog_files
method.